| 2008-06-18 |
Johan Dahlin | Don't markup deprecated in italics. |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Carlos Garnacho | Remove GtkFileSystemError, use GtkFileChooserError... |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Michael Natterer | undeprecate. |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Michael Natterer | remove bogus extern declaration of non-existing function |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Michael Natterer | gail.c s/gtk_type_class/g_type_class_ref/ |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Michael Natterer | s/GtkType/GType/ |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Tor Lillqvist | Need to do the GTK_DISABLE_DEPRECATED #undef/#define... |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Tor Lillqvist | Don't use the deprecated GTK_* GtkType macros. |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Michael Natterer | build with GTK_DISABLE_DEPRECATED. |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Paolo Borelli | more tests for GtkRecentManager. |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Michael Natterer | modules/input/gtkimcontextmultipress.h modules/input... |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Michael Natterer | really move the GtkType typedef to an undeprecated... |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Michael Natterer | deprecate GTK_CHECK_CAST, GTK_CHECK_CLASS_CAST, GTK_CHE... |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Michael Natterer | use G_TYPE macros for type checking instead of GTK_CHEC... |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Michael Natterer | gtk/gtkfilesel.c gtk/gtkinputdialog.c gtk/gtkmenutoolbu... |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Emmanuele Bassi | Fix dumb typo in the previous commit. |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Emmanuele Bassi | Increase the consistency of the errors returned by... |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Paolo Borelli | add some unit tests for GtkRecentManager. |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Emmanuele Bassi | Consistently use the same error when removing a URI... |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Michael Natterer | remove static integer variables which hold the number... |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Michael Natterer | move some deprecated symbols into #ifndef GTK_DISABLE_D... |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Emmanuele Bassi | Remove the GtkRecentManager screen dance, as it has... |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Michael Natterer | cast menu's toplevel to GtkWindow when passing to |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Michael Natterer | #undef GTK_DISABLE_DEPRECATED, clean up includes a... |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Tor Lillqvist | Justify my last entry. |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Matthias Clasen | Protect against XKB being stupid. Reported by Pedro... |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Michael Natterer | use g_object_ref() and unref() instead of the deprecate... |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Michael Natterer | removed function drag_begin_cb(), which was in svn... |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Michael Natterer | use gtk_binding_entry_clear() instead of gtk_binding_en... |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Michael Natterer | don't include the deprecated (and unused) "gtkmarshal.h". |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Behdad Esfahbod | Bug 538182 – pango_cairo_context_update_layout is not... |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Michael Natterer | gtk/gtkfontsel.c gtk/gtkrc.c gtk/gtkstyle.c use g_objec... |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Michael Natterer | use _gtk_marshal_BOOLEAN__VOID instead of the deprecated |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Michael Natterer | gtk/gtkcellrendereraccel.h gtk/gtkiconview.h use G_TYPE... |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Tor Lillqvist | Increase verbiage. |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Tor Lillqvist | Typo. |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Matthias Clasen | Add some symlinks to the builtin icon theme |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Tor Lillqvist | Bug 538362 - Get Win32 icons back in the file chooser |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Matthias Clasen | Add icons that are used by GtkVolumeButton |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Michael Natterer | remove GtkTooltips member from the GtkFileChooserDefaul... |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Carlos Garnacho | Bug 538519 – GtkCellRendererPixbuf doesn't allow unsett... |
commit | commitdiff | tree | snapshot |
| 2008-06-16 |
Matthias Clasen | When pixel-size is specified, use GTK_ICON_LOOKUP_FORCE... |
commit | commitdiff | tree | snapshot |
| 2008-06-15 |
Carlos Garnacho | Return full path here as expected, not just the basename. |
commit | commitdiff | tree | snapshot |
| 2008-06-15 |
Matthias Clasen | Fix docs |
commit | commitdiff | tree | snapshot |
| 2008-06-15 |
Matthias Clasen | Add a gicon property |
commit | commitdiff | tree | snapshot |
| 2008-06-15 |
Cody Russell | Initialize hwnd to NULL. This fixes OpenClipboard(... |
commit | commitdiff | tree | snapshot |
| 2008-06-14 |
Matthias Clasen | Bump version |
commit | commitdiff | tree | snapshot |
| 2008-06-14 |
Matthias Clasen | 2.13.3 |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Matthias Clasen | Updates |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Matthias Clasen | Here too |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Matthias Clasen | Remove no longer existing files |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Matthias Clasen | Add some docs |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Matthias Clasen | Fix doc typos |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Matthias Clasen | Avoid PLT entries |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Matthias Clasen | Really make GtkFileSystem private by _-prefixing all... |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Matthias Clasen | Updates |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Matthias Clasen | Updates` |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Michael Natterer | gtk/gtkcellrendereraccel.h gtk/gtkfilechooser.h gtk... |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Michael Natterer | remove double inclusion of <gtk/gtktexttag.h>. |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Michael Natterer | change type of local "image" variable from GtkImage... |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Michael Natterer | cast menu's toplevel to GtkWindow when passing to |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Michael Natterer | silently skip unknown attributes instead of bailing... |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Hans Breuer | check surface status after ceating a pdf. Avoids crashi... |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Hans Breuer | updated to allow simple switch between gdiplus- and... |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Matthias Clasen | Fix frame size allocation |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Matthias Clasen | Fix a crash |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Matthias Clasen | Open the default display even when gtk_parse_args(... |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Matthias Clasen | Improve appearance of "both vertical" mode toolbuttons... |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Matthias Clasen | A11y descriptions for GtkVolumeButton |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Matthias Clasen | Set the image of a button proxy to the "icon-name"... |
commit | commitdiff | tree | snapshot |
| 2008-06-12 |
Michael Natterer | gtk/gtkmain.c don't #include <libintl.h>, it's pulled... |
commit | commitdiff | tree | snapshot |
| 2008-06-12 |
Matthias Clasen | Really fix printer URI construction |
commit | commitdiff | tree | snapshot |
| 2008-06-12 |
Michael Natterer | limit the number of displayed items by the actual scree... |
commit | commitdiff | tree | snapshot |
| 2008-06-11 |
Behdad Esfahbod | Bug 503071 – Application direction changes to right... |
commit | commitdiff | tree | snapshot |
| 2008-06-11 |
Djihed Afifi | Updated Arabic Translation by Khaled Hosny. |
commit | commitdiff | tree | snapshot |
| 2008-06-11 |
Djihed Afifi | Updated Arabic Translation by Khaled Hosny. |
commit | commitdiff | tree | snapshot |
| 2008-06-11 |
Matthias Clasen | More detail |
commit | commitdiff | tree | snapshot |
| 2008-06-11 |
Matthias Clasen | Updates |
commit | commitdiff | tree | snapshot |
| 2008-06-11 |
Tor Lillqvist | As we don't support Win9x anyway, we can use ProcessIdT... |
commit | commitdiff | tree | snapshot |
| 2008-06-11 |
Michael Natterer | fix local prototype of _gtk_file_chooser_label_for_file... |
commit | commitdiff | tree | snapshot |
| 2008-06-11 |
Matthias Clasen | Bug 536765 – GtkComboBox should set COMBO type... |
commit | commitdiff | tree | snapshot |
| 2008-06-11 |
Matthias Clasen | Add standard icon names, and also fall back to builtin... |
commit | commitdiff | tree | snapshot |
| 2008-06-10 |
Christian Persch | Make gtk_tree_view_enable_model_drag_[source|dest]... |
commit | commitdiff | tree | snapshot |
| 2008-06-10 |
Christian Persch | Use GSlice. Patch from bug #506853. |
commit | commitdiff | tree | snapshot |
| 2008-06-10 |
Paolo Borelli | gtk/gtkfilechooser.c (gtk_file_chooser_set_current_fold... |
commit | commitdiff | tree | snapshot |
| 2008-06-10 |
Paolo Borelli | do not leak the GIcon. |
commit | commitdiff | tree | snapshot |
| 2008-06-10 |
Theppitak Karoonboon... | Updated Thai translation. |
commit | commitdiff | tree | snapshot |
| 2008-06-10 |
Li Yuan | Automatically scroll text caret to make it visible... |
commit | commitdiff | tree | snapshot |
| 2008-06-10 |
Carlos Garnacho | removed local xdgmime copy as Matthias suggested in... |
commit | commitdiff | tree | snapshot |
| 2008-06-10 |
Carlos Garnacho | Bug 520874 - Should use gio directly. |
commit | commitdiff | tree | snapshot |
| 2008-06-09 |
Christian Persch | Add bug ref |
commit | commitdiff | tree | snapshot |
| 2008-06-08 |
Kristian Rietveld | Bug 526987 - GtkCellRendererCombo should allow model... |
commit | commitdiff | tree | snapshot |
| 2008-06-08 |
Björn Lindqvist | Bug 131920 – gtkNotebook sends incorrect switch_page... |
commit | commitdiff | tree | snapshot |
| 2008-06-08 |
Yair Hershkovitz | updated hebrew translation |
commit | commitdiff | tree | snapshot |
| 2008-06-08 |
Yair Hershkovitz | updated hebrew translation |
commit | commitdiff | tree | snapshot |
| 2008-06-08 |
Kristian Rietveld | Bug 536730 - memory corruption in gtktreeview |
commit | commitdiff | tree | snapshot |
| 2008-06-08 |
Kristian Rietveld | Bug 488119 - critical warnings from gtk_tree_view_get_v... |
commit | commitdiff | tree | snapshot |
| 2008-06-08 |
Matthias Clasen | Replace uses of xdgmime with g_content_type. |
commit | commitdiff | tree | snapshot |
| 2008-06-07 |
Christian Persch | Bug 535608 – do not string-copy accel paths in the... |
commit | commitdiff | tree | snapshot |
| 2008-06-07 |
Kjartan Maraas | Updated Norwegian bokmål translation. |
commit | commitdiff | tree | snapshot |
| next |